﻿2026-07-16T13:09:15.0030600Z ##[group]Run actions/checkout@v5
2026-07-16T13:09:15.0031412Z with:
2026-07-16T13:09:15.0031841Z   repository: BigscreenVR/spt-bs-core
2026-07-16T13:09:15.0035018Z   token: ***
2026-07-16T13:09:15.0035404Z   ssh-strict: true
2026-07-16T13:09:15.0035785Z   ssh-user: git
2026-07-16T13:09:15.0036211Z   persist-credentials: true
2026-07-16T13:09:15.0036639Z   clean: true
2026-07-16T13:09:15.0037052Z   sparse-checkout-cone-mode: true
2026-07-16T13:09:15.0037507Z   fetch-depth: 1
2026-07-16T13:09:15.0037892Z   fetch-tags: false
2026-07-16T13:09:15.0038283Z   show-progress: true
2026-07-16T13:09:15.0038678Z   lfs: false
2026-07-16T13:09:15.0039168Z   submodules: false
2026-07-16T13:09:15.0039581Z   set-safe-directory: true
2026-07-16T13:09:15.0040215Z ##[endgroup]
2026-07-16T13:09:15.0843953Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-16T13:09:15.0845622Z ##[group]Getting Git version info
2026-07-16T13:09:15.0846347Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-16T13:09:15.0847388Z [command]/usr/bin/git version
2026-07-16T13:09:15.0871639Z git version 2.43.0
2026-07-16T13:09:15.0890563Z ##[endgroup]
2026-07-16T13:09:15.0902112Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5c41e61b-f5f4-4154-b65f-156812aebc47' before making global git config changes
2026-07-16T13:09:15.0903349Z Adding repository directory to the temporary git global config as a safe directory
2026-07-16T13:09:15.0905596Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-16T13:09:15.0938755Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-16T13:09:15.0956251Z https://github.com/BigscreenVR/spt-bs-core
2026-07-16T13:09:15.0965967Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-16T13:09:15.0968285Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-16T13:09:15.0985964Z refs/heads/main
2026-07-16T13:09:15.0992211Z [command]/usr/bin/git checkout --detach
2026-07-16T13:09:15.1037429Z HEAD is now at 01d2d18 Merge pull request #13 from BigscreenVR/build/redispatch-truth-w1
2026-07-16T13:09:15.1070072Z [command]/usr/bin/git branch --delete --force main
2026-07-16T13:09:15.1092947Z Deleted branch main (was 01d2d18).
2026-07-16T13:09:15.1096368Z ##[endgroup]
2026-07-16T13:09:15.1098343Z [command]/usr/bin/git submodule status
2026-07-16T13:09:15.1281139Z ##[group]Cleaning the repository
2026-07-16T13:09:15.1283566Z [command]/usr/bin/git clean -ffdx
2026-07-16T13:09:15.9657378Z Removing target/
2026-07-16T13:09:15.9669226Z [command]/usr/bin/git reset --hard HEAD
2026-07-16T13:09:15.9721058Z HEAD is now at 01d2d18 Merge pull request #13 from BigscreenVR/build/redispatch-truth-w1
2026-07-16T13:09:15.9726288Z ##[endgroup]
2026-07-16T13:09:15.9727657Z ##[group]Disabling automatic garbage collection
2026-07-16T13:09:15.9730252Z [command]/usr/bin/git config --local gc.auto 0
2026-07-16T13:09:15.9756800Z ##[endgroup]
2026-07-16T13:09:15.9758074Z ##[group]Setting up auth
2026-07-16T13:09:15.9761717Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-16T13:09:15.9788270Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-16T13:09:15.9983387Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-16T13:09:16.0010325Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-16T13:09:16.0195716Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-16T13:09:16.0222523Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-16T13:09:16.0411874Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-16T13:09:16.0441321Z ##[endgroup]
2026-07-16T13:09:16.0443115Z ##[group]Fetching the repository
2026-07-16T13:09:16.0448597Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a7bc1d1cd71a406b5a1d14a00194895436ed721f:refs/remotes/pull/14/merge
2026-07-16T13:09:16.5116097Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-16T13:09:16.5118195Z  * [new ref]         a7bc1d1cd71a406b5a1d14a00194895436ed721f -> pull/14/merge
2026-07-16T13:09:16.5137775Z ##[endgroup]
2026-07-16T13:09:16.5139467Z ##[group]Determining the checkout info
2026-07-16T13:09:16.5141257Z ##[endgroup]
2026-07-16T13:09:16.5142450Z [command]/usr/bin/git sparse-checkout disable
2026-07-16T13:09:16.5178839Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-16T13:09:16.5202471Z ##[group]Checking out the ref
2026-07-16T13:09:16.5204247Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/14/merge
2026-07-16T13:09:16.5286051Z Previous HEAD position was 01d2d18 Merge pull request #13 from BigscreenVR/build/redispatch-truth-w1
2026-07-16T13:09:16.5289228Z HEAD is now at a7bc1d1 Merge eb9fd8643921930ce21cc7ef0751a27360fc14bc into 01d2d18cb3196313eb04e6a1fa03e28437fb5056
2026-07-16T13:09:16.5293790Z ##[endgroup]
2026-07-16T13:09:16.5325919Z [command]/usr/bin/git log -1 --format=%H
2026-07-16T13:09:16.5347144Z a7bc1d1cd71a406b5a1d14a00194895436ed721f
